

/*底部样式*/

footer {
	width: 100%;
	padding-bottom:40px ;
	background-color: #434343;
	/*margin-top: 20px;*/
}

.footer-1 {
	width: 286px;
	height: 228px;
	margin-top: 65px;
	float: left;
	/*border-right: 1px solid #7d7d7d;*/
}

.footer-1 p {
	font-size: 16px;
	color: #d2d2d2;
	/*margin-left: 65px;*/
	text-align: center;
	width: 213px;
}

.footer-1 p:nth-child(2) {
	margin-top: 24px;
}

.footer-1 p:nth-child(3) {
	margin-top: 5px;
}





.footer-1 .last{
    margin-top: 40px;
}
.footer-1 .last .zx{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-1 .last .zx img{
    margin-top: 8px;
}
.footer-1 .last .zx .dm p{
    margin: 0;
    text-align: left;
}
.footer-1 .last .zx .dm{
    margin-left: 26px;
}
.footer-1 .last .zx .dm p:nth-child(1){
    font-size: 14px;
}
.footer-1 .last .zx .dm p:nth-child(2){
    font-weight: bold;
}






.footer-2 {
	height: 228px;
	width: 220px;
	margin-left: 50px;
	float: left;
	margin-top: 65px;
	color: #d2d2d2;
	font-size: 14px;
	text-align: left;
}

.footer-2 ul li {
	margin-top: 7px;
	color: #fff !important;
}

.footer-2 ul li:nth-child(1) {
	margin-top: 0px;
}

.footer-2 ul li:nth-child(2) {
	font-size: 26px;
}

.footer-2 ul li:nth-child(4) {
	margin-top: 30px;
}

.footer-2 ul li:nth-child(6) {
	margin-top: 15px;
}

.footer-3 {
	height: 228px;
	width: 200px;
	float: left;
	margin-top: 65px;
	text-align: center;
	margin-left: 15px;
	display: flex;
	justify-content: space-between;
}

.footer-3 img{
    width: 80px;
    height: 80px;
}

.footer-3 p {
	font-size: 14px;
	color: #d2d2d2;
	margin-top: 18px;
}

.footer-3 .footer-weibo {
	margin-top: 30px;
}

.footer-3 .footer-weibo span {
	font-size: 14px;
	color: #f06b40;
	margin-left: 2px;
}

.footer-4 {
	width: 300px;
	height: 228px;
	float: right;
	margin-top: 65px;
}

.footer-4 input::-webkit-input-placeholder {
	color: #999;
}
.footer-4 textarea::-webkit-input-placeholder {
	color: #999;
}
.footer-input-1,
.footer-input-2 {
	width: 300px;
	height: 40px;
	text-indent: 1em;
	border: none;
}

.footer-input-3 {
	width: 300px;
	height: 80px;
	text-indent: 1em;
	border: none;
	line-height: 40px;
}

.footer-input-2,
.footer-input-3 {
	margin-top: 9px;
}

.footer-4 button{
	display: block;
	width: 300px;
	height: 40px;
	background-color: #f06b40;
	text-align: center;
	line-height: 40px;
	margin-top: 4px;
	color: #fff;
	font-size: 18px;
	border: none;
}

footer .yqlj {
	margin-top: 58px;
}

footer .yqlj li {
	float: left;
	/*color: #d2d2d2;*/
	color: #a0a0a0;
	margin-left: 7px;
	transition-delay: all;
	transition-duration: 0.3s;
	margin-top: 7px;
}

footer .yqlj li:hover {
	color: #f06b40;
}

footer .yqlj>li:nth-child(1):hover,
footer .yqlj>li:nth-child(2):hover {
	color: #d2d2d2;
}

footer .yqlj a:nth-child(15) li {
	/*margin-left: 80px;*/
}

footer hr {
	width: 100%;
	height: 1px;
	border: none;
	background-color: #7d7d7d;
	margin-top: 34px;
}

footer .shuxian {
	text-align: center;
	margin: 0 auto;
}

footer .shuxian li {
	display: inline;
	margin-left: 18px;
	color: #d2d2d2;
	font-size: 14px;
	transition-delay: all;
	transition-duration: 0.3s;
	margin-top: 16px;
}

footer .shuxian a li:hover {
	color: #f06b40;
}

footer p {
	font-size: 14px;
	color: #d2d2d2;
	text-align: center;
	margin-top: 15px;
}

footer p a {
	color: #d2d2d2;
	transition-delay: all;
	transition-duration: 0.3s;
}

footer p a:hover {
	color: #f06b40;
}



/*底部结束*/
@media only screen and (max-width: 1200px){
	footer .yqlj a:nth-child(15) li {
		margin-left: 7px;
	}
	footer .yqlj a:nth-child(12) li,
	footer .yqlj a:nth-child(22) li {
		margin-left: 80px;
	}
}



@media only screen and (max-width: 414px) {
	.cp-border-2 {
		height: 332px;
	}
	footer .shuxian {
		width: 95% !important;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 375px) {
	.cp-border-2 {
		height: 295px;
	}
}

@media only screen and (max-width: 320px) {
	.cp-border-2 {
		height: 238px;
	}
	.cp-border-3 {
		padding: 30px 0;
	}
}
@media only screen and (max-width: 480px){
	footer .shuxian li {
    float: none;
    display: inline;
    margin-left: 2px;
    color: #d2d2d2;
    font-size: 14px;
    transition-delay: all;
    transition-duration: 0.3s;
    margin-top: 16px;
}
}
@media only screen and (max-width: 768px){
	footer{
		padding-top: 20px;
		padding-bottom:20px ;
	}
	footer p {
		margin-top: 10px;
	}
}

.min_call{position: fixed;
  
  right:20px;
    width: 40px;
    height:40px;
    bottom:20px;
    background: #ea5532;
    
    text-align: center;
    border-radius:40px ;
    line-height: 40px;
    }
 .min_call a{ color: #fff; font-size: 28px;    margin-top: 5px;display: block;}
.totop{position: fixed;
  
  right:0;
    width: 50px;
    bottom: 300px;
    /*background: #ea5532;*/
    
    text-align: center;
    }
    .totop a{color: #fff;}
    .btop{ display: none;}
    .backto_top{ height: 50px; line-height: 50px; display: block; background: #ddd; color: #333 !important; margin-top: 1px;}
    .backto_top:hover{ cursor: pointer; background: #ea5532; color: #fff !important;
    -o-transition: all .35s ease-in 0s;
	-webkit-transition: all .35s ease-in 0s;
	transition: all .35s ease-in 0s; }
    .call,.weixin{

 
    display: block;
    height: 50px;
    width: 50px;
    background: #ea5532;
    margin-top: 1px;
    margin-bottom: 1PX;
    padding-top: 3px;
    
    
}
.call i{ font-size: 20px; margin-top: 10px;}
.weixin i{ font-size: 20px; margin-top: 10px;} 

.QQ i{ font-size: 20px; margin-top: 10px;} 
.BJ i{ font-size: 20px; margin-top: 10px;} 
.phone{
		background-color: #ea5532;
		position: relative;
		width: 160px;
		left: -160px;
		top: -37px;
		line-height: 50px;		 
		font-size: 18px;
		text-align: center;
		display: none;
		color: #fff;
		z-index: -1;
	}
	
.call:hover .phone {
		display: block !important;
		
		-webkit-animation: fadeinR 0.5s 0s ease both;
		-moz-animation: fadeinR 0.5s 0s ease both;
		animation: fadeinR 0.5s 0s ease both;
	}
.wexin_ewm{
		background-color: #ea5532;
		position: relative;
		width: 152px;
		height: 152px;
		left: -152px;
		top: -88px;
		/*line-height: 50px;*/		 
		font-size: 18px;
		text-align: center;
		display: none;
		color: #fff;
		z-index: -1;
		padding: 1px;
	}
.wexin_ewm img{ width: 100%;}
.weixin:hover .wexin_ewm {
		display: block !important;
		
		-webkit-animation: fadeinR 0.5s 0s ease both;
		-moz-animation: fadeinR 0.5s 0s ease both;
		animation: fadeinR 0.5s 0s ease both;
	}
		

.QQ,.BJ{  background: #ea5532; width: 50px; height:50px; display: block; padding-top: 3px; margin-top: 1px;}


.QQ:hover,.BJ:hover{ 
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}

.ewm{
	text-align: center;
}
.ewm span{
	display: block;
	line-height: 30px;
}
